docs: add mention of rpm-ostree package layering
authorJonathan Lebon <jlebon@redhat.com>
Tue, 20 Sep 2016 16:04:41 +0000 (12:04 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 20 Sep 2016 18:45:44 +0000 (18:45 +0000)
Closes: #514
Approved by: cgwalters

docs/manual/adapting-existing.md

index 77746e94bf79567f05ecb74db7851e9622617a9b..275479f03010cd4e2299b266e7b7e89ec97d0452 100644 (file)
@@ -157,3 +157,6 @@ will silently override earlier layers.
 
 Then to actually deploy this tree for the next boot:
 `ostree admin deploy $osname/$releasename/$description`
+
+This is essentially what [rpm-ostree](https://github.com/projectatomic/rpm-ostree/)
+does to support its [package layering model](https://rpm-ostree.readthedocs.io/en/latest/manual/administrator-handbook/#package-layering).